@charset "UTF-8";

/* @font-face {
    font-family: Source Han sans-serif;
    src: url('../../fonts/PingFangR.ttf');
}

@font-face {
    font-family: Source Han Sans;
    font-weight: 600;
    src: url('../../fonts/Semibold.ttf');
} */

[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    list-style: none;
    text-decoration: none !important;
    scroll-behavior: smooth;

}

.height {
    height: 100% !important;

}

#top_nav {
    width: 100%;
    font-family: Source Han sans-serif;
    transition: all .3s ease;
    position: relative;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #EEEEEE;
    /* z-index: 1000; */
}

#top_nav .hideBox {
    display: none !important;
}

#top_nav .topBgi {
    width: 100%;
    height: 64px;
    /* background: url("../img/bgt1.png") no-repeat;
    background-size: 100% 64px; */
    position: relative;
}

#top_nav .topBgi>img {
    display: block;
    width: 100%;
    height: 64px;
}

#top_nav .topBgi .close {
    width: 24px;
    height: 24px;
    background: url("../img/close4.png") no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 20px;
}

#top_nav .bgcB {
    width: 100%;
    background-color: #222222;
}


#top_nav .bgcF {
    width: 100%;
    background-color: #FFFFFF;
}

#top_nav .bgcF7 {
    width: 100%;
    background-color: #F7F7F7;
}

#top_nav .topBarrage {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(96deg, #FF5970 0%, #FF8B84 51%, #FEC12D 100%);
    cursor: pointer;
}

#top_nav .topBarrage .leftTips {
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
}

/* 七周年 */
/* #top_nav .topBarrageBgi {
  background: url(/static/v2/img/sevenTbanner1.png) no-repeat;
  background-size: 100% 100%;
} */

#top_nav .topBarrageBgi {
    background: url(/static/v2/img/sixOneEight/sixAd.png) no-repeat;
    background-size: 100% 100%;
}

#top_nav .padT20 {
    padding: 20.5px 0;
}

#top_nav .borderG {
    border-bottom: 1px solid #EEEEEE;
}

#top_nav .fixed {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 11111;
}

#top_nav .zindexN {
    position: relative;
    z-index: 1000;
}

#top_nav .centerBox {
    width: 1200px;
    margin: 0 auto;
}

#top_nav .centerBox1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_nav .optionBox {
    height: 34px;
    background-color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_nav .optionBox>section:nth-of-type(1) {
    /* width: 420px;
  height: 20px; */
    /* background: url("../img/logo5.png") no-repeat; */
    width: 566px;
    height: 22px;
    background: url("/static/v2/img/home_tag3.png") no-repeat;
    background-size: 100% 100%;
}

#top_nav .optionBox>section:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#top_nav .optionBox>section:nth-of-type(2)>.a {
    margin-right: 24px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
}

#top_nav .optionBox>section:nth-of-type(2)>.a:hover {
    opacity: 1;
    position: relative;

}



#top_nav .optionBox>section:nth-of-type(2)>.a:hover::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0, -50%);
    border-right: 8px solid #0099AD;
    border-left: 8px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#top_nav .optionBox>section:nth-of-type(2)>.a:hover::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #0099AD;
    right: -18px;
    top: 50%;
    transform: translate(0, -50%);
}

#top_nav .optionBox>section:nth-of-type(2)>p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
    display: flex;
    align-items: center;
}

#top_nav .optionBox>section:nth-of-type(2)>.phone::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/home6.png") no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible {
    height: 84px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 24px 0 12px 0;
}

#top_nav .flexible1 {
    background: #FFFFFF;

}

#top_nav .flexible>h1>a {
    display: block;
    width: 204px;
    height: 36px;
    background-image: url("../img/logo2x.png?1.2");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 48px;
    cursor: pointer;
    margin-top: 6px;
    color: rgba(0, 0, 0, 0) !important;
}

#top_nav .flexible>div>.searchBox {
    width: 600px;
    height: 48px;
    background: #F7F7F7;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid #0099AD;
}

#top_nav .flexible>div>.searchBox .searchImg {
    margin-left: 20px;
    flex-basis: 18px;
}


#top_nav .flexible>div>.searchBox .searchImg>img {
    width: 18px;
    height: 18px;
}



#top_nav .flexible>div>.searchBox .search>img {
    width: 16px;
    height: 16px;
    display: none;
}

#top_nav .flexible>div>.searchBox>.search {
    margin: 0 0 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

#top_nav .flexible>div>.searchBox .search>input {
    width: 274px;
    height: 48px;
    font-size: 16px;
    margin: 0;
    background: transparent;
    border: none;
    position: absolute;
    left: 54px;
}

input[type='text'] {
    outline: none;
    -webkit-appearance: none;
}

#top_nav .flexible>div>.searchBox .search>input:focus {}

/* #top_nav .flexible>div>.searchBox .searchFocus {
 width: 440px;

}

#top_nav .flexible>div>.searchBox .searchFocus>input {
 width: 420px;
} */

#top_nav .flexible>div>.searchBox .tags {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#top_nav .flexible>div>.searchBox .tags>a {
    margin-right: 10px;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    background: #EEEEEE;
    border-radius: 14px;
}

#top_nav .flexible>div>.searchBox .tags>a:hover {
    color: #ffffff;
    background: #0099AD;
}

#top_nav .flexible>div>.searchBox .searchR {
    width: 64px !important;
    height: 40px;
    background: #0099AD;
    border-radius: 24px;
    margin-right: 4px;
    margin-left: 12px;
    font-size: 14px;
    display: none;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    flex-basis: 64px;
    cursor: pointer;
}

#top_nav .flexible>div>.searchBox .searchR>img {
    width: 18px;
    height: 18px;
    margin: 11px 20px;
    cursor: pointer;
}

#top_nav .flexible .rightBtns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#top_nav .flexible .saveA {
    width: 88px;
    height: 48px;
    background: #0099AD;
    border-radius: 24px;
    /* text-align: center; */
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#top_nav .flexible .logBtn {
    border-radius: 24px 24px 24px 24px;
    background: #f7f7f7;
    padding: 16px;
    font-family: Source Han Sans;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#top_nav .flexible .logBtn::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/topIcon2.png) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible .regBtn {
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #92D6DF;
    padding: 16px;
    font-family: Source Han Sans;
    font-weight: bold;
    font-size: 16px;
    color: #0099AD;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_nav .flexible .regBtn::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/topIcon1.png) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible>.number {
    position: relative;
}

/* #top_nav .flexible>.number::after {
  display: block;
  content: "最高返10%";
  padding: 2px 8px;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  position: absolute;
  top: -10px;
  right: -16px;
  background: #FEC12D;
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han sans-serif;    font-weight: 500;
} */

#top_nav .flexible>.number>span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    position: absolute;
    top: -10px;
    right: -40px;
    background: #FEC12D;
    border-radius: 14px 14px 14px 0px;
    font-family: Source Han Sans;
    font-weight: 600;
    height: 24px;
    z-index: 10;
}

#top_nav .flexible>.number>span>img {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

#top_nav .flexible .persoanl {
    position: relative;
}

#top_nav .flexible .persoanl::after {
    display: block;
    white-space: nowrap;
    content: "领取惊喜福利";
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    position: absolute;
    top: -24px;
    right: -22px;
    background: #FF5D5D;
    border-radius: 14px 14px 14px 0px;
    font-family: Source Han Sans;
    font-weight: 600;
}

#top_nav .flexible .persoanl_ac {
    position: relative;
}

#top_nav .flexible .persoanl_ac::after {
    display: block;
    white-space: nowrap;
    content: "立即抽盲盒";
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    position: absolute;
    top: -24px;
    right: -22px;
    background: #FF5D5D;
    border-radius: 14px 14px 14px 0px;
    font-family: Source Han Sans;
    font-weight: 600;
}

#top_nav .flexible>.saveA::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/home7.png") no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible>.modeA {
    width: 86px;
    height: 48px;
    background: #F7F7F7;
    border-radius: 24px;

    font-size: 16px;
    line-height: 22px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;

    cursor: pointer;
}

#top_nav .flexible>.modeA::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/home4.png")no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible>.noLogin {
    font-size: 16px;
    line-height: 22px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#top_nav .flexible>.noLogin>a {
    font-size: 16px;
    line-height: 22px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;

}

#top_nav .flexible>.noLogin>p {
    width: 12px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}



#top_nav .flexible>.login1 {
    padding: 0 20px;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    /* display: flex;
 justify-content: center;
 align-items: center; */
    position: relative;
    cursor: pointer;
}

#top_nav .flexible .headImg {
    display: inline-block;
    width: 60px;
    height: 48px;
    padding-right: 12px;
    border-radius: 50%;
}

#top_nav .flexible>.login1>a {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

#top_nav .flexible>.login1>a:hover {

    color: #0099AD;

}



#top_nav .flexible>.login1>p {
    width: 16px;
    height: 16px;
    background: url("../img/home8.png") no-repeat;
    background-size: 100%;
    margin-left: 6px;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 16px;
    right: 0px;
}

#top_nav .flexible>.login1>.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#top_nav .flexible>div>.searchBox .searchList {
    position: absolute;
    top: 58px;
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(68, 68, 68, 0.1000);
    border-radius: 8px;
    padding: 16px 20px;
    display: none;
    z-index: 1010;
}

#top_nav .flexible>div>.searchBox .searchList .history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

#top_nav .flexible>div>.searchBox .searchList .history>.left {
    width: 514px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


#top_nav .flexible>div>.searchBox .searchList .history>.left>a {
    margin-right: 8px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    background: #EEEEEE;
    border-radius: 15px;
}

#top_nav .flexible>div>.searchBox .searchList .history>.left>a:hover {
    color: #ffffff;
    background: #0099AD;

}

#top_nav .flexible>div>.searchBox .searchList .history>.clear2 {
    width: 30px;
    height: 30px;
    background-color: #F7F7F7;
    border-radius: 16px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top_nav .flexible>div>.searchBox .searchList .history>.clear2:hover {
    background-color: #0099AD;
}

#top_nav .flexible>div>.searchBox .searchList .history>.clear2::after {
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background: url("../img/home5.png")no-repeat;
    background-size: 16px 16px;
}

#top_nav .flexible>div>.searchBox .searchList .history>.clear2:hover::after {
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background: url("../img/home5-2.png")no-repeat;
    background-size: 16px 16px;
}

#top_nav .flexible>div>.searchBox .line {
    overflow: hidden;
    background: #EEEEEE;
    height: 1px;
    margin-top: 10px;
}

#top_nav .flexible>div>.searchBox .projectList h3 {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
}

#top_nav .flexible>div>.searchBox .projectList {
    display: flex;
    flex-wrap: wrap;
}

#top_nav .flexible>div>.searchBox .projectList>div {
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
}



#top_nav .flexible>div>.searchBox .projectList>div:nth-of-type(3n) {
    margin-right: 0px;
}

#top_nav .flexible>div>.searchBox .projectList>div>img {
    width: 180px;
    height: 80px;
}

#top_nav .flexible>div>.searchBox .projectList>div>p {
    position: absolute;
}

#top_nav .flexible>div>.searchBox .projectItem {
    margin-top: 10px;
    display: none;
    max-height: 398px;
    overflow-y: auto;
    overflow-x: hidden;
}

#top_nav .flexible>div>.searchBox .projectItem::-webkit-scrollbar {
    width: 2px;
}

#top_nav .flexible>div>.searchBox .projectItem::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eeeeee;
}

#top_nav .flexible>div>.searchBox .projectItem::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #CCCCCC;
}

#top_nav .flexible>div>.searchBox .projectItem>div {
    width: 560px;
    height: 40px;
    border-radius: 8px;
    padding: 10px;
}

#top_nav .flexible>div>.searchBox .projectItem>div:hover {
    background: #F7F7F7;
}

#top_nav .flexible>.login1 .PersonalCenter {
    background: #FFFFFF;
    width: 1920px;
    position: absolute;
    top: 62px;
    left: -1450px;
    z-index: 1020;
    display: none;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li {
    width: 128px;
    height: 48px;
    background: #ffffff;
    position: relative;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:nth-of-type(1) {
    width: 194px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:nth-of-type(1)>.toux {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:nth-of-type(1)>.toux>img {
    width: 48px;
    height: 48px;
    border-radius: 24px;

}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:nth-of-type(1)>.user p:nth-of-type(1) {
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-top: 2px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:nth-of-type(1)>.user p:nth-of-type(2) {
    font-size: 12px;
    line-height: 17px;
    color: #0099AD;
    margin-top: 4px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:nth-of-type(n+2)::after {
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    width: 1px;
    height: 36px;
    background: #CCCCCC;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li>p:nth-of-type(1) {
    margin-top: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li>p:nth-of-type(2) {
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #999999;

}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:hover>p:nth-of-type(2) {

    color: #0099AD;

}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div {

    display: flex;
    justify-content: flex-start;
    align-items: center;

}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1 {
    width: 118px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 6px;
    position: relative;
}

#top_nav .flexible>.login1 .PersonalCenter .cGif {
    display: block;
    content: "";
    width: 136px;
    height: 60px;
    background: url("../img/gif-bg.png")no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#top_nav .flexible>.login1 .PersonalCenter .cGif>img {
    display: block;
    width: 120px;
    height: 45px;
    margin-left: 10px;
    margin-top: -15px;
}

#top_nav .flexible>.login1 .PersonalCenter .cGif>p {
    height: 17px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-align: center;
    margin-top: 5px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p12 {
    width: 140px;
    font-size: 14px;
    /* width: 140px;
  height: 48px;
  border-radius: 24px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 48px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 24px;
  z-index: 10; */
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1:hover {
    background: #F7F7F7;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2:hover {
    background: #F7F7F7;
    color: #E65555;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/home-qrcode1.png")no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2 {
    width: 88px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2:hover {
    color: #E65555;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/home-sign-out1.png")no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2:hover::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/home-sign-out2.png")no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1>div {
    position: absolute;
    top: 50px;
    /* left: -135px; */
    /* left: -26px; */
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1:hover>div {
    display: flex !important;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1>.hide {
    display: none;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1>div>.codeBox {
    padding: 16px 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0600);
    display: inline-block;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1>div>.codeBox>img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1>div>.codeBox>.bimg {
    width: 131px;
    height: 131px;
    border-radius: 8px;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1>div>.codeBox>p:nth-of-type(1) {
    margin-top: 8px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

#top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1>div>.codeBox>p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    text-align: center;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card {
    width: 285px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card:nth-of-type(n+2) {
    margin-left: 20px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .title1 {
    height: 40px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
    display: flex;
    align-items: center;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .title1::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 16px;
    background: #0099AD;
    background-size: 100%;
    margin-right: 4px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item {
    background: #ffffff;
    border-radius: 2px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 285px;
    height: 40px;
    border-radius: 8px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .left {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .new {
    width: 230px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .new::after {
    display: block;
    content: "NEW";
    padding: 2px 8px;
    font-size: 12px;
    line-height: 17px;
    color: red;
    border-radius: 14px 14px 14px 0px;
    font-family: Source Han Sans;
    font-weight: 600;
}


#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .rightText>.mark {
    background-color: #FF0000;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .rightText {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #AAAAAA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .rightText::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/right3.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 4px;


}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .copy {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #AAAAAA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .copy>span:nth-of-type(1) {
    width: 127px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .copy>.copyImg::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home-copy1.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 4px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover .copy>.copyImg::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home-copy2.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 4px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover {

    background: #F2F9FF
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover .left {

    color: #0099AD;

}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover .rightText {

    color: #0099AD;

}

#top_nav .flexible1 ul {
    height: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;

}

#top_nav .flexible1 ul li {
    padding: 24px 0 14px 0;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: #ffffff;
}

#top_nav .flexible1 ul .new {
    position: relative;
}

#top_nav .flexible1 ul .new::before {
    display: block;
    content: "NEW";
    padding: 2px 8px;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    position: absolute;
    top: 4px;
    right: -16px;
    background: #FEC12D;
    border-radius: 14px 14px 14px 0px;
    font-family: Source Han Sans;
    font-weight: 600;
}

#top_nav .flexible1 ul .hot {
    position: relative;
}

#top_nav .flexible1 ul .hot::before {
    display: block;
    content: "HOT";
    padding: 2px 8px;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    position: absolute;
    top: 4px;
    right: -16px;
    background: #FEC12D;
    border-radius: 14px 14px 14px 0px;
    font-family: Source Han Sans;
    font-weight: 600;
}

#top_nav .flexible1 ul li a {
    padding: 24px 0 14px 0;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: #ffffff;
    font-family: Source Han Sans;
    font-weight: 600;
}

#top_nav .flexible1 ul li:hover a {
    color: #0099AD;
}

#top_nav .flexible1 ul .active {
    color: #0099AD;
    font-family: Source Han Sans;
    font-weight: 600;
    position: relative;
}

#top_nav .flexible1 ul .active::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #0099AD;
}

#top_nav .flexible1 ul .active>a {
    color: #0099AD;

}

#top_nav .flexible1 ul li:nth-of-type(n+2) {
    /* margin-left: 39px; */
}

#top_nav .flexible1 ul .projectHover {
    position: absolute;
    border-top: 1px solid #EEEEEE;
    margin: 0 -500px;
    padding: 0 500px;
    background: #ffffff;
    top: 60px;
    left: 0;
    width: 2200px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}

#top_nav .flexible1 ul .projectHover::after {
    width: 200vw;
    height: 570px;
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    background: #ffffff;
}


/* #top_nav .flexible1 ul .projectHover .bgcFmask::after {
    width: 200vw;
    height: 1000px;
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    background: #ffffff;
    z-index: 1;
} */
#top_nav .flexible1 ul .projectHover .bgcFmask {
    /* background: #ffffff; */
    /* width: 2200px; */
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -500px;
    padding: 0 500px; */
    padding-bottom: 32px;
    height: 570px;
    overflow-y: auto;
    overflow-x: visible !important;
    position: relative;
    z-index: 10;

}

#top_nav .flexible1 .mHeight {
    /* height: 302px !important; */
}

#top_nav .flexible1 .mHeight::after {
    height: 302px !important;
}



#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar {
    width: 4px;
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar-track {
    background: #F1F1F1;
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar-thumb {
    background: #C1C1C1;
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar-thumb:window-inactive {
    background: #C1C1C1;
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar-left {
    left: 1110px;
}




#top_nav .flexible1 ul .projectHover .bgcFmaskH {

    height: 500px;

}

#top_nav .flexible1 ul .hide {
    display: none !important;
}

#top_nav .flexible1 ul .projectHover .list {
    padding-top: 20px;
    width: 185px;
    margin-right: 12px;
    z-index: 10;

}

/* #top_nav .flexible1 ul .projectHover .list:nth-of-type(2n) {
 margin-left: 12px;
} */

#top_nav .flexible1 ul .projectHover .list .title {
    width: 185px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    cursor: pointer;
}



#top_nav .flexible1 ul .projectHover .list .title a {
    border-bottom: 1px solid #EEEEEE;
    width: 180px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-family: Source Han Sans;
    font-weight: 600;
}


#top_nav .flexible1 ul .projectHover .list .title>a>img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 8px;
}

#top_nav .flexible1 ul .projectHover .list .title:hover {
    color: #0099AD;

}

#top_nav .flexible1 ul .projectHover .list .title:hover a {
    color: #0099AD;

}

#top_nav .flexible1 ul .projectHover .list .item {
    width: 186px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#top_nav .flexible1 ul .projectHover .list .item>p {
    display: block;
    width: 150px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.am_flag {
    position: relative;
}

.am_flag::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 33px;
    width: 10px;
    height: 10px;
    background-color: red;
    background: url(../img/right3.png) no-repeat;
    background-size: 100%;
}

#top_nav .flexible1 ul .projectHover .list .hot1>p {
    width: auto;
}

#top_nav .flexible1 ul .projectHover .list .new1>p {
    width: auto;

}

#top_nav .flexible1 ul .projectHover .list .item:hover {
    background: #F2F9FF;
    color: #0099AD;
}

#top_nav .flexible1 ul .projectHover .list .item:hover>p {
    color: #0099AD;
}

/* #top_nav .flexible1 ul .projectHover .list .hot1 {
 position: relative;
} */

#top_nav .flexible1 ul .projectHover .list .hot1::after {
    /* position: absolute;
 top: 10px;
 right: 8px; */
    margin-left: 4px;
    display: inline-block;
    content: "";
    width: 33px;
    height: 14px;
    background: url(../img/home-title-hot.png) no-repeat;
    background-size: 33px 14px;
    cursor: pointer;
}

/* #top_nav .flexible1 ul .projectHover .list .new1 {
 position: relative;
} */

#top_nav .flexible1 ul .projectHover .list .new1::after {
    /* position: absolute;
 top: 10px;
 right: 8px; */
    margin-left: 4px;
    display: inline-block;
    content: "";
    width: 33px;
    height: 14px;
    background: url(../img/home-title-new.png) no-repeat;
    background-size: 33px 14px;
    cursor: pointer;
}

#top_nav .centerBox1 .img1 {
    display: block;
    /* width: 728px;
  height: 26px; */
}

#top_nav .centerBox1 .lookBtn {
    display: block;
    width: 148px;
    height: 38px;
    text-align: center;
    background: linear-gradient(254deg, #F8B1E0 0%, #81AEFC 100%);
    border-radius: 10px;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    margin-left: 6px;

}

#top_nav .centerBox1 .lookBtn2 {
    margin-left: 6px;
    width: 119px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #737EE8;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #737EE8;
    line-height: 40px;
    text-align: center;
}

#top_nav .centerBox1 .lookBtn3 {
    margin-top: 6px;
    width: 150px;
    height: 54px;
    background: url(/static/v2/img/sixOneEight/adBtn.png) no-repeat;
    background-size: 100% 100%;
}

.t_news {
    width: 260px;
    height: 19px;
    color: #FFFFFF;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.news_li,
.swap {
    width: 260px;
    line-height: 19px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0;
}


.news_li li {
    list-style: none;
    text-align: right;
}


.spot1 {
    position: relative;
}

.spot1::after {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    right: -9px;
    width: 8px;
    height: 8px;
    background: #E34D59;
    border-radius: 8px;
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}